IApi.ReadAxisOutputs method
Reads a value from an output of an axis.
Namespace: IntervalZero.KINGSTAR.Base.ApiAssembly: IntervalZero.KINGSTAR.Base.Api (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
KsReturn<uint> ReadAxisOutputs(
int Index
)
Function ReadAxisOutputs(
Index As Integer
) As KsReturn(Of UInteger)
Parameters
Index
Type: int
The index of an axis. Indexes are zero based. Aliases affect this parameter.
Return value
Returns a KsError code and an unsigned integer value.
Remarks
Used in the cyclic callback to check the digital outputs of an axis.
NOTE: The digital output is available only if EnableAxisOutput is enabled.
Usable EtherCAT states
ecatOP
Examples
N/A
See also